home *** CD-ROM | disk | FTP | other *** search
/ PC Joker 1999 February / PC Joker 99-02 (Vollversion Darkseed 2).iso / GOODIES / GAMECOM / _SETUP.1 / GameCommander.exe / 0 / RCDATA / TGA_FEN / TGA_FEN.txt
Text File  |  1998-10-07  |  2KB  |  78 lines

  1. object ga_fen: Tga_fen
  2.   Left = 380
  3.   Top = 187
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 106
  6.   ClientWidth = 384
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 32
  21.     Width = 369
  22.     Height = 41
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'Label1'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     WordWrap = True
  33.   end
  34.   object Label2: TLabel
  35.     Left = 120
  36.     Top = 80
  37.     Width = 153
  38.     Height = 24
  39.     Alignment = taCenter
  40.     AutoSize = False
  41.     Caption = 'Label2'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -19
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object SpeedButton1: TSpeedButton
  50.     Left = 296
  51.     Top = 80
  52.     Width = 81
  53.     Height = 25
  54.     Flat = True
  55.     OnClick = SpeedButton1Click
  56.   end
  57.   object Panel1: TPanel
  58.     Left = 0
  59.     Top = 0
  60.     Width = 384
  61.     Height = 25
  62.     Align = alTop
  63.     Caption = 'GameCommander Info'
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -13
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.     TabOrder = 0
  71.   end
  72.   object Timer1: TTimer
  73.     OnTimer = Timer1Timer
  74.     Left = 288
  75.     Top = 16
  76.   end
  77. end
  78.